home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000096_news@newsmaster….columbia.edu _Tue Oct 14 16:49:10 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA02091
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Oct 1997 16:49:10 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA21827
  7.     for kermit.misc@watsun; Tue, 14 Oct 1997 16:49:09 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Set Key in Kermit95
  12. Date: 14 Oct 1997 20:49:06 GMT
  13. Organization: Columbia University
  14. Lines: 13
  15. Message-ID: <620ls2$e3o$1@apakabar.cc.columbia.edu>
  16. References: <Pine.A41.3.95b.971014114006.34894A-100000@homer24.u.washington.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7874
  19.  
  20. In article <Pine.A41.3.95b.971014114006.34894A-100000@homer24.u.washington.edu>,
  21. B. Baldwin <bbaldwin@u.washington.edu> wrote:
  22. : Can you set a key to invoke a script or a SET command?
  23. Yes:
  24.  
  25.   set key \xxx \Kblah
  26.  
  27. where "blah" is the name of a macro that contains any commands you want.
  28.  
  29. - Frank
  30.  
  31.